home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / NNDT096.ZIP / README.TX_ / README.TX
Text File  |  1994-03-02  |  2KB  |  67 lines

  1.                           NNDT
  2.  
  3.               Neural Network Development Tool
  4.                   Evaluation version 0.96
  5.                        Bj÷rn Saxen
  6.                           1994
  7.  
  8.  
  9. The NNDT software is as a tool for neural network training.  The user interface is 
  10. developed with MS Visual Basic 3.0 professional edition. DLL routines (written in C) are 
  11. used for most of the mathematics. The program can be run on a personal computer with 
  12. MS Windows, version 3.1.
  13.  
  14.  
  15. Evaluation version
  16. ------------------
  17. This evaluation version of NNDT may be used free of charge for personal and 
  18. educational use. The software certainly contains limitations and bugs, but is still a 
  19. working version which has been used for almost a year. Comments, bug reports 
  20. and suggestions for improvements can be sent to:
  21.  
  22.        bjsaxen@finabo.abo.fi
  23. or
  24.     Bj÷rn Saxen
  25.     Heat Engineering Laboratory
  26.     ┼bo Akademi University
  27.     Biskopsgatan 8
  28.     SF-20500 ┼bo
  29.     Finland
  30.  
  31.  
  32. Remember, this program comes free but with no guarantee!
  33.  
  34.  
  35. Features and methods
  36. --------------------
  37. Two different training methods can be used, a batch method for "standard" off-line 
  38. learning, and a real-time method which simulates on-line learning. 
  39.  
  40. The network algorithms implemented are of the so called supervised type. So far, 
  41. only algorithms for multi-layer perceptron (MLP) networks of feed-forward and 
  42. recurrent types are included. The MLP networks are trained with the 
  43. Levenberg-Marquardt method.
  44.  
  45. The training requires a set of input signals and corresponding output signals, stored 
  46. in a file referred to as pattern file. This is the only file the user must provide. 
  47. Optionally, parameters defining the pattern file columns, network size and network 
  48. configuration may be stored in a file referred to as setup file. 
  49.  
  50. NNDT includes a routine for graphical presentation of the output signals during run. 
  51. Network weights and node activations are easily examined and the weights can be 
  52. modified by the user.
  53.  
  54. A Windows help file is included, help is achieved at any time during NNDT execution 
  55. by pressing F1.
  56.  
  57.  
  58. Installation
  59. ------------
  60. Unzip NNDT.ZIP to a separate disk or to a temporary directory e.g. to c:\tmp. 
  61. The program is then installed by running SETUP.EXE. 
  62. See FILES.TXT for more details.
  63.  
  64.  
  65. Bjorn Saxen
  66. 1994
  67.